/*顶部导航栏*/
#header{
    position:fixed;
    display:block;
    width: 100%;
    z-index:9;
    /*text-align:center;*/
    color: #f2f2f2;
}
#header{
    top:0;
    background: rgba(0, 0, 0, .5);
    height: 80px;
}
#footer{
    background: #191919;
}
.header{
    width: 1200px;
    margin: auto;
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header .logo{
	width: 298px;
	height: 52px;
}
.call{
    width: 36.576%;
}
.call-me{
    display: flex;
    align-items: center;
}
.call-me-r{
    display: flex;
    flex-direction: column;
    border-left: 1px solid #bfbfbf;
    margin-left: 1.665em;
    padding-left: 1.665em;
    align-items: flex-start;
}
.call-me-r span:first-child{
    color: #555;
    font-size: 2em;
}
.call-me-r span:last-child{
    color: #e83e00;
    font-size: 2.6em;
    margin-top: 3px;
}

.footer-container{
    background: #1E2428;
    color: #fff;
}
.footer-content{
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    height: 260px;
}
.footer-content .footer-left{
    display: flex;
    padding-top: 30px;
}
.footer-content .footer-left .link-box{
    width: 462px;
    font-size: 14px;
    text-align: left;
}
.footer-content .footer-left .link-box:first-child{
    margin-right: 70px;
    width: 320px;
}
.footer-content .footer-left .link-box ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.footer-content .footer-left .link-box ul li{
    width: 50%;
    margin-top: 24px;
}
.footer-content .footer-left .link-box .link-title{
    text-align: left;
    width: 100%;
    font-size: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.footer-content .footer-left .link-box .link-title:after{
    content: '';
    display: block;
    width: 30px;
    height: 4px;
    background: #228EE1;
    margin-top: 20px;
}
.footer-content .footer-left .link-box .address p{
    margin-top: 24px;
    font-size: 14px;
}
.footer-content .footer-left .link-box .linkus{
	display: flex;
	justify-content: space-between;
}
.footer-content .footer-right{
    height: 100%;
    width: 236px;
}
.footer-content .footer-right .search{
	width:236px;
	height:32px;
	background:rgba(255,255,255,1);
	opacity:0.9;
	border-radius:16px;
	margin: 37px 0 26px auto;
	display: flex;
	align-content: center;
	justify-content: space-between;
	overflow: hidden;
}
.footer-content .footer-right .search img{
	width:16px;
	height:16px;
	display: block;
	align-self: center;
	margin-left: 10px;
}
.footer-content .footer-right .search input{
	width: 120px;
}
.footer-content .footer-right .search input::-webkit-input-placeholder,
.footer-content .footer-right .search input::-moz-placeholder,
.footer-content .footer-right .search input:-ms-input-placeholder,
.footer-content .footer-right .search input:-moz-placeholder{    /* Chrome/Opera/Safari */
  color: #999;
  font-size: 14px;
}

.footer-content .footer-right .search .search_text{
	width:80px;
	height:32px;
	background:rgba(153,153,153,1);
	border-radius:16px;
	text-align: center;
	line-height: 32px;
	color: #fff;
	font-size: 14px;
	white-space: pre-wrap;
	flex-shrink: 0;
}
.footer-content .link-box .traffic{
	width: 178px;
	height: 120px;
	margin-top: 17px;
}
.footer-content .link-box .traffic img{
	width: 100%;
	height: 100%;
}
.footer-content .footer-right .code{
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
    width: 108px;
}
.footer-content .footer-right .code span,
.footer-content .footer-right .traffic span{
    width: 92%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.footer-content .footer-right .code.code-lf{
    margin-right: 20px;
}
.footer-content .footer-right .code img{
    margin-bottom: 6px;
    width: 100%;
}
.footer .copyright{
    width: 100%;
    background: #1A1F23;
    padding: 30px 0;
    color: #fff;
    font-size: 14px;
}
.footer .copyright .copycontent{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer .copyright .bqsy{
    white-space: pre-wrap;
    line-height: 32px;
    text-align: left;
}
.footer .copyright .beian{
    margin-left: 30px;
    text-align: left;
}
.footer .copyright .danwei{
    width: 80px;
    height: 80px;
}
.footer .nav-list>a{
	font-size: 14px;
}
/* banner */
.nav{
    width: 100%;
    background-size: cover;
    height: 80px;
}
.nav-list-box{
    width: 94%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    height: 80px;
}
.header .nav-list{
    /*height: 16px;*/
    line-height: 80px;
    flex: 1;
    font-size: 14px;
    position: relative;
    height: 80px;
    cursor: pointer;
}

#header .nav-list-box .nav-list:last-of-type{
	flex: 1.2;
}
.nav-list .nav-ul li:hover{
	background: rgba(0,0,0,.1);
    font-size: 16px;
    color: #FFFFFF;
}
.nav-list.on,.nav-list.on>a{
    color: #228EE1;
}
.nav-list>a{
    color: #fff;
    height: 100%;
    font-size: 16px;
}
.nav-list img{
    margin-left: 5px;
    margin-bottom: 3px;
    transition: all 1s;
}
.nav-list:hover img{
    transform: rotate(180deg);
}
.nav-ul li:last-child{
    padding-bottom: 16px;
}
.nav-ul li a{
    color: #fff;
}
.nav-ul{
	display: none;
	position: absolute;
    z-index: 9999 !important;
    width: 100%;
    background: #01385e;
    top: 80px;
    left: 0;
    line-height: 30px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    font-size: 14px;
}
/* ------------------ */
/*.drop{*/
/*    padding-top: 32px;*/
/*}*/
/*.drop li {*/
/*    opacity: 0;*/
/*    transform-origin: top center;*/
/*    background: rgba(23, 23, 50, 0.7);*/
/*  }*/
/*  .drop li a {*/
/*    display: block;*/
/*    padding: 10px 0;*/
/*  }*/
/*.nav-list-box li:hover .nav-ul li:first-of-type {*/
/*  animation: menu 0.3s ease-in-out forwards;*/
/*  animation-delay: 0.3s;*/
/*}*/
/*.nav-list-box li:hover .nav-ul li:nth-of-type(2) {*/
/*  animation: menu 0.3s ease-in-out forwards;*/
/*  animation-delay: 0.6s;*/
/*}*/
/*.nav-list-box li:hover .nav-ul li:nth-of-type(3) {*/
/*  animation: menu 0.3s ease-in-out forwards;*/
/*  animation-delay: 0.9s;*/
/*}*/
/*.nav-list-box li:hover .nav-ul li:nth-of-type(4) {*/
/*  animation: menu 0.3s ease-in-out forwards;*/
/*  animation-delay: 1.2s;*/
/*}*/
/*.nav-list-box li:hover .nav-ul li:nth-of-type(5) {*/
/*  animation: menu 0.3s ease-in-out forwards;*/
/*  animation-delay: 1.5s;*/
/*}*/
/*@keyframes menu {*/
/*    0% {*/
/*      opacity: 0;*/
/*      transform: scale(0.7);*/
/*    }*/
/*    50% {*/
/*      opacity: 0.5;*/
/*      transform: scale(1.1);*/
/*    }*/
/*    100% {*/
/*      opacity: 1;*/
/*      transform: scale(1);*/
/*    }*/
/*  }*/
/* ------------------ */





.banner{
    height: 504px;
    width: 100%;
    position: relative;
    overflow: auto;
    text-align: center;
}
.banner ul li { float: left; }
.banner img{
    width: 100%;
    height: 100%;
}
#banner1 .dots { position: absolute; left: 0; right: 0; bottom: 20px;}
#banner1 .dots li 
{ 
    display: inline-block; 
    width: 10px; 
    height: 10px; 
    margin: 0 4px; 
    text-indent: -999em; 
    border: 2px solid #fff; 
    border-radius: 6px; 
    cursor: pointer; 
    opacity: .4; 
    -webkit-transition: background .5s, opacity .5s; 
    -moz-transition: background .5s, opacity .5s; 
    transition: background .5s, opacity .5s;
}
#banner1 .dots li.active 
{
    background: #fff;
    opacity: 1;
}

.educationa-container{
    width: 60%;
    margin: 82px auto 94px;
}
.join-box{
    display: none;
}
.join-box div:first-child{
    margin-right: 20px;
}
.join-box div{
    width: 70px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border: 1px solid #228EE1;
    color: #228EE1;
    font-size: 1.6rem;
    border-radius: 4px;
}
#header .register a,
#header .sign a{
	display: block;
	height: 100%;
	width: 100%;
}
.join-box .register{
	border: 1px solid #fff;
}
.join-box div a{
    color: #fff;
}
.join-box div.on{
    border-color: none;
    background: #228EE1;
    color: #fff;;
}
.join-box div.on a{
    color: #fff;
}


/* 顶部导航字体 */
@media all and (max-width: 1100px){
    .nav-list{
        font-size: 14px;
    }
}
.tab-box{
    margin-bottom: 40px;
}